PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPoint Class / PDFPoint Constructor / PDFPoint Constructor(double,double)
The x position.
The y position.
In This Topic
    PDFPoint Constructor(double,double)
    In This Topic
    Initializes a new PDFPoint object with the specified position.
    Syntax
    public PDFPoint( 
       double x,
       double y
    )

    Parameters

    x
    The x position.
    y
    The y position.
    See Also